Skip to main content

Update Activity Reference

Details

URL : <base_url>/giftcards/activity/reference_number/{activity_id}

Method : POST

Authentication required : YES

Post body type: multipart/form-data

Request parameters

In the request URL, provide the following parameters as part of the request body.

ParameterTypeExample
reference_numberstring884848DGDGDH

Success Response

Code : 200 OK

Content :

{"success":true}

Error Responses

Condition : Incorrect activity_id.

Code : 400 BAD REQUEST

Content :

{
"message": "The given data was invalid.",
"errors": {
"activity_id": "Invalid actvity with id: {actvity_id}"
}
}